Recent searches

in

headers[*]

On this page

A rule for applying custom HTTP headers to matching requests.

Appears in

└── headers
    └── [*]

Type

Object

Properties

headersArray<headers[*]> Required#

The list of HTTP headers to set for matching requests.

Appears in: headers[*].

matchstring Required#

A glob pattern to match request paths against. Headers will be applied to responses for matching paths.

Appears in: headers[*].

Open in a new tab